home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / doodle_d.swf / scripts / DefineButton2_158 / BUTTONCONDACTION on(release).as
Text File  |  2013-04-24  |  168b  |  9 lines

  1. on(release){
  2.    if(points >= burstPrice2 && laserType == "standard")
  3.    {
  4.       laserType = "burst";
  5.       points -= burstPrice2;
  6.       burstPrice2 = 0;
  7.    }
  8. }
  9.